home *** CD-ROM | disk | FTP | other *** search
- object ReportSpywareDlg: TReportSpywareDlg
- Left = 258
- Top = 305
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'report spyware'
- ClientHeight = 488
- ClientWidth = 687
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnShow = FormShow
- DesignSize = (
- 687
- 488)
- PixelsPerInch = 96
- TextHeight = 13
- object lblEmail: TResLabel
- Left = 8
- Top = 48
- Width = 74
- Height = 13
- FocusControl = edtEmail
- ResourceCaption = 23502
- end
- object lblComments: TResLabel
- Left = 8
- Top = 96
- Width = 105
- Height = 13
- FocusControl = memComments
- ResourceCaption = 23503
- end
- object lblPrivacyPolicy: TResLabel
- Left = 353
- Top = 221
- Width = 135
- Height = 13
- Cursor = crHandPoint
- Anchors = [akTop, akRight]
- ParentShowHint = False
- ShowHint = True
- OnClick = lblPrivacyPolicyClick
- ResourceCaption = 23508
- end
- object lblReport: TResLabel
- Left = 8
- Top = 248
- Width = 57
- Height = 13
- FocusControl = memReport
- ResourceCaption = 23507
- end
- object lblInfo: TResLabel
- Left = 8
- Top = 8
- Width = 665
- Height = 26
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- WordWrap = True
- ResourceCaption = 23501
- end
- object edtEmail: TEdit
- Left = 8
- Top = 64
- Width = 670
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- Color = clWhite
- TabOrder = 0
- end
- object btnSendReport: TResTeButton
- Left = 8
- Top = 217
- Width = 118
- Height = 25
- OnClick = btnSendReportClick
- ModalResult = 1
- TabOrder = 2
- ResourceCaption = 23504
- end
- object btnCancel: TResTeButton
- Left = 136
- Top = 216
- Width = 110
- Height = 25
- Cancel = True
- ModalResult = 2
- TabOrder = 3
- ResourceCaption = 20019
- end
- object btnViewReport: TResTeButton
- Left = 557
- Top = 216
- Width = 121
- Height = 25
- OnClick = btnViewReportClick
- Anchors = [akTop, akRight]
- TabOrder = 4
- ResourceCaption = 23505
- end
- object memComments: TMemo
- Left = 8
- Top = 112
- Width = 670
- Height = 92
- Anchors = [akLeft, akTop, akRight]
- Color = clWhite
- MaxLength = 32000
- ScrollBars = ssVertical
- TabOrder = 1
- end
- object memReport: TMemo
- Left = 8
- Top = 266
- Width = 670
- Height = 216
- Anchors = [akLeft, akTop, akRight, akBottom]
- Color = clWhite
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 5
- WantReturns = False
- WordWrap = False
- end
- object ThemeForm: TTeForm2
- ThemeObject = 'StandardDialog'
- Left = 304
- Top = 216
- end
- end
-